Welcome![Sign In][Sign Up]
Location:
Search - jpg c

Search list

[GDI-Bitmap5个vc源码

Description: BMP图像的一些基本操作,读取,显示,格式转变等-BMP images of some of the basic operations, read, display, format changes
Platform: | Size: 2453504 | Author: 张丽娟 | Hits:

[Picture Viewer读写jpgdib文件的类

Description: 一个可以随意操纵Jpeg文件的函数库,我曾经在这个库上做过很多图形类的程序,希望可以为大家提供一点帮助-one can arbitrarily manipulate Jpeg document libraries, I have been at the library has done a lot of graphics category procedures, we hope to provide a bit of help
Platform: | Size: 273408 | Author: 王奇 | Hits:

[GDI-BitmapIlib-1.1.9-min.tar

Description: What is it? Ilib is a library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. (X11 BDF fonts are part of the UNIX-based X11 Windows System, original developed at MIT in the early 1990s.) That means you get lots (208, to be exact) of fonts to use. You can even create your own if you know how to create an X11 BDF font. It can read and write PPM, XPM, GIF, PNG and JPG image format. -What is it Ilib is a library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. (X11 BDF fonts are part of the UNIX-based X11 Windows System, original developed at MIT in the early 1990s.) That means you get lots (208, to be exact) of fonts to use. You can even create your own if you know how to create an X11 BDF font. It can read and write PPM, XPM, GIF, PNG and JPG image format.
Platform: | Size: 131072 | Author: fwx | Hits:

[Windows Developbmp基本处理

Description: BMP基本处理的一些技巧,很经典,对于初学者来说,绝对值得一看-BMP some of the basic skills, classic, for a newcomer, shot entirely
Platform: | Size: 988160 | Author: 刘诚 | Hits:

[Compress-Decompress algrithmsPicCompressEncode(VC)

Description: 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
Platform: | Size: 593920 | Author: 刘利辉 | Hits:

[Picture Viewerjpglib

Description: 处理JPEG图像文件的开源函数库,包括VC工程文件-handle JPEG image files of open source libraries, including the VC works documents
Platform: | Size: 379904 | Author: 陈春华 | Hits:

[Special Effectsdoudong

Description: 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -achieving pictorial and jitter technology, bmp2txt and command line compiler process following vcvars32 rc bmp.rc cl dith er.c bmp.res user32.lib gdi32.lib Note : running, documents c : \ test.bmp must exist vcvars32 rc bmp.rc cl compress. c bmp.res user32.lib gdi32.lib Note : running, documents c : \ test.pcx; c : \ test.jpg must exist
Platform: | Size: 801792 | Author: qq | Hits:

[Picture ViewerImageCompress

Description:
Platform: | Size: 122880 | Author: 张恒 | Hits:

[Special Effectsbmp2jpgvb

Description: BMP转JPEG程序,VB代码-BMP to JPEG procedures, VB code
Platform: | Size: 89088 | Author: 方源立 | Hits:

[Picture Viewer12452121

Description: 在MFC程序中显示JPG/GIF图像 如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没有那么轻松,那么是不是要自己编写JPG解压缩代码呢?当然不用那么复杂啦!此代码将示范如何在MFC程序中显示JPG或者GIF图像。 -in MFC process shows JPG/GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control,- minutes fixed up. But C programmers to show the same graphics is not so easy, So is not prepared to own JPG decompression code? Of course not so complicated! This code will be demonstrations on how to MFC process shows JPG or GIF images.
Platform: | Size: 291840 | Author: 张巍 | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[Graph programimage_updates

Description: 更新描述为: 介绍:ImageStone是一套功能强大的C++跨平台图像处理库。 功能包括:读写jpg/gif/png等图像文件,显示,柱状图分析,undo/redo支持,超过 100种预定义 的特效等。 压缩包中附带了完整的api文档和一个编译的例子程序。-update described as : : ImageStone is a powerful cross-platform C Image Processing Library. Features include : literacy jpg/gif/png image files, etc., display, histogram analysis, undo/redo support, more than 100 species of predefined effects of such. Compressed incidental api a complete documentation and an example of a translation of proceedings.
Platform: | Size: 826368 | Author: gongshenglai | Hits:

[OtherBmpToJpgJpgToBmp

Description: jpeg解码的库,不错的,我也是其他网站下来的-jpeg decoder library, yes, I am also from the other sites
Platform: | Size: 21504 | Author: 王维 | Hits:

[Special EffectsCapture2Dlg

Description: 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG/GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control,- minutes fixed up. But C programmers to show the same no graphics
Platform: | Size: 1024 | Author: richard | Hits:

[Special EffectsCapture22

Description: 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG/GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control,- minutes fixed up. But C programmers to show the same no graphics
Platform: | Size: 1024 | Author: richard | Hits:

[Picture ViewerJPEG_DEMO

Description: JPEG图象转换成BMP图象. 谢谢大家 转载.-JPEG images into BMP images. Thank you reproduced.
Platform: | Size: 38912 | Author: tang | Hits:

[Compress-Decompress algrithmsSOURCE9

Description: 图象的压缩编码,JPEG压缩编码标准 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在-Image coding, JPEG compression coding standard Note: run-time, file c: est.pcx c: est.jpg must exist
Platform: | Size: 239616 | Author: hyh | Hits:

[DirextXMultiAnimation

Description: MultiAnimation  Sample这个例子展示了使用高级shader语言、蒙皮技术和D3DX动画控制器的多动画集的Mesh动画。动画控制器用来混合动画集,以确保从一个动画到另一个动画的平滑转换。<IMG onmouseover="if(this.title) {this.style.cursor=hand }" onclick="if(this.title) {window.open(http://msdn.microsoft.com/library/en-us/directx9_c/Sample_MultiAnimation_small.jpg) }" src="http://msdn.microsoft.com/library/en-us/directx9_c/Sample_MultiAnimation_small.jpg" onload="if(this.width>screen.width-333) {this.width=screen.width-333 this.title=open new window }" border=0 >Path源代码:  (SDK  root)\Samples\C++\Direct3D\MultiAnimation  可执行文件:  (SDK  root)\Samples\C++\Direct3D\Bin\x86  or  x64\MultiAnimation.exe  Overview这个例子展示如何利用D3DX动画支持,在应用程序中渲染3D动画。D3DX的API函数处理动画Mesh的装载,混合多个动画。动画控制器的功能是支持动画轨,允许从一个动画到另一个动画的平滑转换。这个例子分为2部分:动画类库和应用程序。动画类库是一个多用途库,逻辑上它在应用程序与D3DX之间。为后面的
Platform: | Size: 688128 | Author: 林庆富 | Hits:

[Remote Controlrasdialx

Description: DameWare DBtnMap ActiveX component is a 32-bit custom control for use with Visual Basic, Visual C++ and Web pages or any environment that can host ActiveX controls. DBtnMap will allow any picture file (.JPG, .GIF, .BMP, TIFF, etc.) type supported, to be used as an Image Map. This functionality works identically to an Image Map created for a Web page. DBtnMap supports RECT, CIRCLE and POLY types for the Image Map. DBtnMap utilizes unique animation characteristics with fly-by/hover and click features for each object type specified within the Image Map. Another distinguishing feature available within DBtnMap is sound support. DBtnMap has several properties including PictureFile, SoundClick and SoundHover. Each of these sound properties can be customized from within your application, or Web page to point to your own sound file(s) (.WAV).
Platform: | Size: 95232 | Author: fwh | Hits:

[Picture ViewershowJPEG

Description: 嵌入式linux下,显示JPEG图片的显示程序-Embedded linux, the display JPEG image display program
Platform: | Size: 504832 | Author: qiaoyong | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »

CodeBus www.codebus.net